home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-snmpv2-mib-05.txt < prev    next >
Text File  |  1993-03-03  |  41KB  |  1,593 lines

  1.  
  2.  
  3.  
  4.           Draft       Management Information Base for SNMPv2      Dec 92
  5.  
  6.  
  7.                            Management Information Base
  8.                                for version 2 of the
  9.                    Simple Network Management Protocol (SNMPv2)
  10.  
  11.                              Tue Dec 22 13:43:46 1992                     |
  12.  
  13.  
  14.                                  Jeffrey D. Case
  15.                                SNMP Research, Inc.
  16.                         University of Tennessee, Knoxville
  17.                                  case@cs.utk.edu
  18.  
  19.  
  20.                                  Keith McCloghrie
  21.                                 Hughes LAN Systems
  22.                                    kzm@hls.com
  23.  
  24.  
  25.                                  Marshall T. Rose
  26.                            Dover Beach Consulting, Inc.
  27.                               mrose@dbc.mtview.ca.us
  28.  
  29.  
  30.                                Steven L. Waldbusser
  31.                             Carnegie Mellon University
  32.                             waldbusser@andrew.cmu.edu
  33.  
  34.  
  35.  
  36.  
  37.  
  38.                                Status of this Memo
  39.  
  40.           This document is an Internet Draft.  Internet Drafts are
  41.           working documents of the Internet Engineering Task Force
  42.           (IETF), its Areas, and its Working Groups.  Note that other
  43.           groups may also distribute working documents as Internet
  44.           Drafts.
  45.  
  46.           Internet Drafts are valid for a maximum of six months and may
  47.           be updated, replaced, or obsoleted by other documents at any
  48.           time.  It is inappropriate to use Internet Drafts as reference
  49.           material or to cite them other than as a "work in progress".
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                               Expires June 22, 1993             [Page 1]
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Draft       Management Information Base for SNMPv2      Dec 92
  64.  
  65.  
  66.           1.  Introduction
  67.  
  68.           A network management system contains: several (potentially
  69.           many) nodes, each with a processing entity, termed an agent,
  70.           which has access to management instrumentation; at least one
  71.           management station; and, a management protocol, used to convey
  72.           management information between the agents and management
  73.           stations.  Operations of the protocol are carried out under an
  74.           administrative framework which defines both authentication and
  75.           authorization policies.
  76.  
  77.           Network management stations execute management applications
  78.           which monitor and control network elements.  Network elements
  79.           are devices such as hosts, routers, terminal servers, etc.,
  80.           which are monitored and controlled through access to their
  81.           management information.
  82.  
  83.           Management information is viewed as a collection of managed
  84.           objects, residing in a virtual information store, termed the
  85.           Management Information Base (MIB).  Collections of related
  86.           objects are defined in MIB modules.  These modules are written
  87.           using a subset of OSI's Abstract Syntax Notation One (ASN.1)
  88.           [1], termed the Structure of Management Information (SMI) [2].
  89.  
  90.           The management protocol, SNMPv2 [3], provides for the exchange
  91.           of messages which convey management information between the
  92.           agents and the management stations.  It is the purpose of this
  93.           document to define managed objects which describe the behavior
  94.           of a SNMPv2 entity.
  95.  
  96.  
  97.           1.1.  A Note on Terminology
  98.  
  99.           For the purpose of exposition, the original Internet-standard
  100.           Network Management Framework, as described in RFCs 1155, 1157,
  101.           and 1212, is termed the SNMP version 1 framework (SNMPv1).
  102.           The current framework is termed the SNMP version 2 framework
  103.           (SNMPv2).
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.                               Expires June 22, 1993             [Page 2]
  117.  
  118.  
  119.  
  120.  
  121.  
  122.           Draft       Management Information Base for SNMPv2      Dec 92
  123.  
  124.  
  125.           2.  Definitions
  126.  
  127.           SNMPv2-MIB DEFINITIONS ::= BEGIN
  128.  
  129.           IMPORTS
  130.               MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  131.               ObjectName, Integer32, Counter32, snmpModules
  132.                   FROM SNMPv2-SMI
  133.               TruthValue, DisplayString, TestAndIncr, TimeStamp
  134.                   FROM SNMPv2-TC
  135.               MODULE-COMPLIANCE, OBJECT-GROUP
  136.                   FROM SNMPv2-CONF
  137.               system, ifIndex, egpNeighAddr
  138.                   FROM RFC1213-MIB
  139.               partyEntry
  140.                   FROM SNMPv2-PARTY-MIB;
  141.  
  142.  
  143.           snmpMIB MODULE-IDENTITY
  144.               LAST-UPDATED "9212222143Z"                                  |
  145.               ORGANIZATION "IETF SNMPv2 Working Group"
  146.               CONTACT-INFO
  147.                       "        Marshall T. Rose
  148.  
  149.                        Postal: Dover Beach Consulting, Inc.
  150.                                420 Whisman Court
  151.                                Mountain View, CA  94043-2186
  152.                                US
  153.  
  154.                           Tel: +1 415 968 1052
  155.                           Fax: +1 415 968 2510
  156.  
  157.                        E-mail: mrose@dbc.mtview.ca.us"
  158.               DESCRIPTION
  159.                       "The MIB module for SNMPv2 entities."
  160.               ::= { snmpModules 1 }
  161.  
  162.  
  163.           snmpMIBObjects OBJECT IDENTIFIER     ::= { snmpMIB 1 }
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.                               Expires June 22, 1993             [Page 3]
  176.  
  177.  
  178.  
  179.  
  180.  
  181.           Draft       Management Information Base for SNMPv2      Dec 92
  182.  
  183.  
  184.           -- the SNMPv2 statistics group
  185.           --
  186.           -- a collection of objects providing basic instrumentation of
  187.           -- the SNMPv2 entity.
  188.  
  189.           -- A Case diagram[4] relating these objects is:
  190.           --
  191.           --  \v/   transport service
  192.           --   |
  193.           -- ==+==  snmpStatsPackets
  194.           --   |
  195.           --   +==> snmpStats30Something
  196.           --   |
  197.           --   +==> snmpStatsEncodingErrors
  198.           --   |
  199.           --   +==> snmpStatsUnknownDstParties
  200.           --   |
  201.           --   +==> snmpStatsDstPartyMismatches                           +
  202.           --   |                                                          +
  203.           --   +==> snmpStatsUnknownSrcParties
  204.           --   |
  205.           --   +==> snmpStatsBadAuths
  206.           --   |
  207.           --   +==> snmpStatsNotInLifeTimes
  208.           --   |
  209.           --   +==> snmpStatsWrongDigestValues
  210.           --   |
  211.           --   +==> snmpStatsBadOperations
  212.           --   |
  213.           --   +==> snmpStatsSilentDrops
  214.           --   |
  215.           -- ===== sink
  216.  
  217.           snmpStats OBJECT IDENTIFIER          ::= { snmpMIBObjects 1 }
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.                               Expires June 22, 1993             [Page 4]
  235.  
  236.  
  237.  
  238.  
  239.  
  240.           Draft       Management Information Base for SNMPv2      Dec 92
  241.  
  242.  
  243.           snmpStatsPackets OBJECT-TYPE
  244.               SYNTAX     Counter32
  245.               MAX-ACCESS read-only
  246.               STATUS     current
  247.               DESCRIPTION
  248.                       "The total number of packets received by the
  249.                       SNMPv2 entity from the transport service."
  250.               REFERENCE
  251.                       "Derived from RFC1213-MIB.snmpInPkts."
  252.               ::= { snmpStats 1 }
  253.  
  254.           snmpStats30Something OBJECT-TYPE
  255.               SYNTAX     Counter32
  256.               MAX-ACCESS read-only
  257.               STATUS     current
  258.               DESCRIPTION
  259.                       "The total number of packets which had an initial
  260.                       octet with a value of 30 hexadecimal received by a
  261.                       SNMPv2 entity which does not support SNMPv1.
  262.                       (Such packets are possibly misdirected SNMPv1
  263.                       Messages.)"
  264.               REFERENCE
  265.                       "Derived from RFC1213-MIB.snmpInASNParseErrs."
  266.               ::= { snmpStats 2 }
  267.  
  268.           snmpStatsEncodingErrors OBJECT-TYPE
  269.               SYNTAX     Counter32
  270.               MAX-ACCESS read-only
  271.               STATUS     current
  272.               DESCRIPTION
  273.                       "The total number of packets received by the
  274.                       SNMPv2 entity which were improperly encoded or had
  275.                       invalid syntax."
  276.               REFERENCE
  277.                       "Derived from RFC1213-MIB.snmpInASNParseErrs."
  278.               ::= { snmpStats 3 }
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.                               Expires June 22, 1993             [Page 5]
  294.  
  295.  
  296.  
  297.  
  298.  
  299.           Draft       Management Information Base for SNMPv2      Dec 92
  300.  
  301.  
  302.           snmpStatsUnknownDstParties OBJECT-TYPE
  303.               SYNTAX     Counter32
  304.               MAX-ACCESS read-only
  305.               STATUS     current
  306.               DESCRIPTION
  307.                       "The total number of SnmpPrivMsgs delivered to the  |
  308.                       SNMPv2 entity for which the privDst field was not   |
  309.                       a known local party."                               |
  310.               ::= { snmpStats 4 }
  311.  
  312.           snmpStatsDstPartyMismatches OBJECT-TYPE                         +
  313.               SYNTAX     Counter32                                        +
  314.               MAX-ACCESS read-only                                        +
  315.               STATUS     current                                          +
  316.               DESCRIPTION                                                 +
  317.                       "The total number of SnmpPrivMsgs delivered to the  +
  318.                       SNMPv2 entity which contained a SnmpAuthMsg for     +
  319.                       which the authData.dstParty field did not match     +
  320.                       the privDst field in the SnmpPrivMsg."              +
  321.               ::= { snmpStats 5 }                                         +
  322.  
  323.           snmpStatsUnknownSrcParties OBJECT-TYPE
  324.               SYNTAX     Counter32
  325.               MAX-ACCESS read-only
  326.               STATUS     current
  327.               DESCRIPTION
  328.                       "The total number of SnmpAuthMsgs delivered to the
  329.                       SNMPv2 entity for which the authData.srcParty
  330.                       field was not a known remote party."
  331.               ::= { snmpStats 6 }                                         |
  332.  
  333.           snmpStatsBadAuths OBJECT-TYPE
  334.               SYNTAX     Counter32
  335.               MAX-ACCESS read-only
  336.               STATUS     current
  337.               DESCRIPTION
  338.                       "The total number of SnmpAuthMsgs delivered to the
  339.                       SNMPv2 entity which contained an authInfo field
  340.                       which was inconsistent with the authentication
  341.                       protocol associated with the source party."
  342.               ::= { snmpStats 7 }                                         |
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                               Expires June 22, 1993             [Page 6]
  353.  
  354.  
  355.  
  356.  
  357.  
  358.           Draft       Management Information Base for SNMPv2      Dec 92
  359.  
  360.  
  361.           snmpStatsNotInLifetimes OBJECT-TYPE
  362.               SYNTAX     Counter32
  363.               MAX-ACCESS read-only
  364.               STATUS     current
  365.               DESCRIPTION
  366.                       "The total number of SnmpAuthMsgs delivered to the
  367.                       SNMPv2 entity which were deemed unauthentic due to
  368.                       their authInfo.authSrcTimestamp field being less
  369.                       than the source party's clock plus lifetime."
  370.               ::= { snmpStats 8 }                                         |
  371.  
  372.           snmpStatsWrongDigestValues OBJECT-TYPE
  373.               SYNTAX     Counter32
  374.               MAX-ACCESS read-only
  375.               STATUS     current
  376.               DESCRIPTION
  377.                       "The total number of SnmpAuthMsgs delivered to the
  378.                       SNMPv2 entity which were deemed unauthentic due to
  379.                       their authInfo.authDigest field being unequal to
  380.                       the expected digest value."
  381.               ::= { snmpStats 9 }                                         |
  382.  
  383.           snmpStatsBadOperations OBJECT-TYPE
  384.               SYNTAX     Counter32
  385.               MAX-ACCESS read-only
  386.               STATUS     current
  387.               DESCRIPTION
  388.                       "The total number of messages delivered to the
  389.                       SNMPv2 entity which were silently dropped because
  390.                       the PDU type referred to an operation not allowed
  391.                       in the aclTable[5]."
  392.               ::= { snmpStats 10 }                                        |
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.                               Expires June 22, 1993             [Page 7]
  412.  
  413.  
  414.  
  415.  
  416.  
  417.           Draft       Management Information Base for SNMPv2      Dec 92
  418.  
  419.  
  420.           snmpStatsSilentDrops OBJECT-TYPE
  421.               SYNTAX     Counter32
  422.               MAX-ACCESS read-only
  423.               STATUS     current
  424.               DESCRIPTION
  425.                       "The total number of GetRequest-PDUs,
  426.                       GetNextRequest-PDUs, GetBulkRequest-PDUs,
  427.                       SetRequest-PDUs, and InformRequest-PDUs delivered
  428.                       to the SNMPv2 entity which were silently dropped
  429.                       because the size of an reply containing an
  430.                       alternate Response-PDU with an empty variable-
  431.                       bindings field was greater than either a local
  432.                       constraint or the maximum message size of the
  433.                       request's source party."
  434.               ::= { snmpStats 11 }                                        |
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.                               Expires June 22, 1993             [Page 8]
  471.  
  472.  
  473.  
  474.  
  475.  
  476.           Draft       Management Information Base for SNMPv2      Dec 92
  477.  
  478.  
  479.           -- the SNMPv1 statistics group
  480.           --
  481.           -- a collection of objects providing basic instrumentation of
  482.           -- a SNMPv2 entity which also implements SNMPv1.                |
  483.  
  484.           -- A Case diagram[4] relating these objects
  485.           -- (and those applicable objects in the snmpStats group)
  486.           -- is:
  487.           --
  488.           --  \v/   transport service
  489.           --   |
  490.           -- ==+==  snmpStatsPackets
  491.           --   |
  492.           --   +==> snmpStatsEncodingErrors
  493.           --   |
  494.           --   +==> snmpV1BadCommunityNames
  495.           --   |
  496.           --   +==> snmpV1BadCommunityUses
  497.           --   |
  498.           -- ===== sink
  499.  
  500.           snmpV1 OBJECT IDENTIFIER             ::= { snmpMIBObjects 2 }
  501.  
  502.  
  503.           snmpV1BadCommunityNames OBJECT-TYPE
  504.               SYNTAX     Counter32
  505.               MAX-ACCESS read-only
  506.               STATUS     current
  507.               DESCRIPTION
  508.                       "The total number of SNMPv1 Messages delivered to
  509.                       the SNMPv2 entity which used a community name not
  510.                       known to the SNMPv2 entity."
  511.               REFERENCE
  512.                       "Derived from RFC1213-
  513.                       MIB.snmpInBadCommunityNames."
  514.               ::= { snmpV1 1 }
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.                               Expires June 22, 1993             [Page 9]
  530.  
  531.  
  532.  
  533.  
  534.  
  535.           Draft       Management Information Base for SNMPv2      Dec 92
  536.  
  537.  
  538.           snmpV1BadCommunityUses OBJECT-TYPE
  539.               SYNTAX     Counter32
  540.               MAX-ACCESS read-only
  541.               STATUS     current
  542.               DESCRIPTION
  543.                       "The total number of SNMPv1 Messages delivered to
  544.                       SNMPv2 entity containing an operation which was
  545.                       not allowed for the community named in the
  546.                       Message."
  547.               REFERENCE
  548.                       "Derived from RFC1213-MIB.snmpInBadCommunityUses."
  549.               ::= { snmpV1 2 }
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.                               Expires June 22, 1993            [Page 10]
  589.  
  590.  
  591.  
  592.  
  593.  
  594.           Draft       Management Information Base for SNMPv2      Dec 92
  595.  
  596.  
  597.           -- the object resource group
  598.           --
  599.           -- a collection of objects allowing a SNMPv2 entity acting in
  600.           -- an agent role to describe its dynamically-configurable
  601.           -- object resources.
  602.  
  603.           snmpOR OBJECT IDENTIFIER             ::= { snmpMIBObjects 3 }
  604.  
  605.  
  606.           snmpORLastChange OBJECT-TYPE
  607.               SYNTAX     TimeStamp
  608.               MAX-ACCESS read-only
  609.               STATUS     current
  610.               DESCRIPTION
  611.                       "The value of sysUpTime at the time of the most
  612.                       recent change in state or value of any instance of
  613.                       snmpORID."
  614.               ::= { snmpOR 1 }
  615.  
  616.           snmpORTable OBJECT-TYPE
  617.               SYNTAX     SEQUENCE OF SnmpOREntry
  618.               MAX-ACCESS not-accessible
  619.               STATUS     current
  620.               DESCRIPTION
  621.                       "The (conceptual) table listing the dynamically-
  622.                       configurable object resources in a SNMPv2 entity
  623.                       acting in an agent role.  SNMPv2 entities which do
  624.                       not support dynamically-configurable object
  625.                       resources will never have any instances of the
  626.                       columnar objects in this table."
  627.               ::= { snmpOR 2 }
  628.  
  629.           snmpOREntry OBJECT-TYPE
  630.               SYNTAX     SnmpOREntry
  631.               MAX-ACCESS not-accessible
  632.               STATUS     current
  633.               DESCRIPTION
  634.                       "An entry (conceptual row) in the snmpORTable."
  635.               INDEX      { snmpORIndex }
  636.               ::= { snmpORTable 1 }
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.                               Expires June 22, 1993            [Page 11]
  648.  
  649.  
  650.  
  651.  
  652.  
  653.           Draft       Management Information Base for SNMPv2      Dec 92
  654.  
  655.  
  656.           SnmpOREntry ::= SEQUENCE {
  657.               snmpORIndex                         Integer32,
  658.               snmpORID                            OBJECT IDENTIFIER,
  659.               snmpORDescr                         DisplayString
  660.           }
  661.  
  662.           snmpORIndex OBJECT-TYPE
  663.               SYNTAX     Integer32
  664.               MAX-ACCESS not-accessible
  665.               STATUS     current
  666.               DESCRIPTION
  667.                       "The auxiliary variable used for identifying
  668.                       instances of the columnar objects in the
  669.                       snmpORTable."
  670.               ::= { snmpOREntry 1 }
  671.  
  672.           snmpORID OBJECT-TYPE
  673.               SYNTAX     OBJECT IDENTIFIER
  674.               MAX-ACCESS read-only
  675.               STATUS     current
  676.               DESCRIPTION
  677.                       "An authoritative identification of one of the
  678.                       dynamically-configurable object resources in a
  679.                       SNMPv2 entity acting in an agent role.  This is
  680.                       analogous to the sysObjectID object in MIB-II."
  681.               ::= { snmpOREntry 2 }
  682.  
  683.           snmpORDescr OBJECT-TYPE
  684.               SYNTAX     DisplayString
  685.               MAX-ACCESS read-only
  686.               STATUS     current
  687.               DESCRIPTION
  688.                       "A textual description of one of the dynamically-
  689.                       configurable object resources in a SNMPv2 entity
  690.                       acting in an agent role.  This is analogous to the
  691.                       sysDescr object in MIB-II."
  692.               ::= { snmpOREntry 3 }
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.                               Expires June 22, 1993            [Page 12]
  707.  
  708.  
  709.  
  710.  
  711.  
  712.           Draft       Management Information Base for SNMPv2      Dec 92
  713.  
  714.  
  715.           -- the traps group
  716.           --
  717.           -- a collection of objects which allow the SNMPv2 entity, when
  718.           -- acting in an agent role, to be configured to generate
  719.           -- SNMPv2-Trap-PDUs.
  720.  
  721.           snmpTrap OBJECT IDENTIFIER           ::= { snmpMIBObjects 4 }
  722.  
  723.  
  724.           snmpTrapOID OBJECT-TYPE
  725.               SYNTAX     OBJECT IDENTIFIER
  726.               MAX-ACCESS not-accessible
  727.               STATUS     current
  728.               DESCRIPTION
  729.                       "The authoritative identification of the trap
  730.                       currently being sent.  This variable occurs as the
  731.                       second varbind of a SNMPv2-Trap-PDU."
  732.               ::= { snmpTrap 1 }
  733.  
  734.           snmpTrapTable OBJECT-TYPE
  735.               SYNTAX     SEQUENCE OF SnmpTrapEntry
  736.               MAX-ACCESS not-accessible
  737.               STATUS     current
  738.               DESCRIPTION
  739.                       "A table which keeps track of how many traps have
  740.                       been sent to each SNMPv2 entity."
  741.               ::= { snmpTrap 2 }
  742.  
  743.           snmpTrapEntry OBJECT-TYPE
  744.               SYNTAX     SnmpTrapEntry
  745.               MAX-ACCESS not-accessible
  746.               STATUS     current
  747.               DESCRIPTION
  748.                       "An entry which keeps track of how many traps have
  749.                       been sent to a particular SNMPv2 entity."
  750.               AUGMENTS   { partyEntry }
  751.               ::= { snmpTrapTable 1 }
  752.  
  753.           SnmpTrapEntry ::= SEQUENCE {
  754.               snmpTrapNumbers                     Counter32
  755.           }
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.                               Expires June 22, 1993            [Page 13]
  766.  
  767.  
  768.  
  769.  
  770.  
  771.           Draft       Management Information Base for SNMPv2      Dec 92
  772.  
  773.  
  774.           snmpTrapNumbers OBJECT-TYPE
  775.               SYNTAX     Counter32
  776.               MAX-ACCESS read-only
  777.               STATUS     current
  778.               DESCRIPTION
  779.                       "The number of traps which have been sent to a
  780.                       particular SNMPv2 party, since the last
  781.                       initialization of the SNMPv2 entity, or the
  782.                       creation of the SNMPv2 party, whichever occurred
  783.                       most recently."
  784.               ::= { snmpTrapEntry 1 }
  785.  
  786.           snmpTrapEnterprise OBJECT-TYPE
  787.               SYNTAX     OBJECT IDENTIFIER
  788.               MAX-ACCESS not-accessible
  789.               STATUS     current
  790.               DESCRIPTION
  791.                       "The authoritative identification of the
  792.                       enterprise associated with the trap currently
  793.                       being sent.  When a SNMPv2 proxy agent is mapping
  794.                       an RFC1157 Trap-PDU into a SNMPv2-Trap-PDU, this
  795.                       variable occurs as the last varbind."
  796.               ::= { snmpTrap 3 }
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.                               Expires June 22, 1993            [Page 14]
  825.  
  826.  
  827.  
  828.  
  829.  
  830.           Draft       Management Information Base for SNMPv2      Dec 92
  831.  
  832.  
  833.           snmpV2EnableAuthenTraps OBJECT-TYPE
  834.               SYNTAX     TruthValue
  835.               MAX-ACCESS read-write
  836.               STATUS     current
  837.               DESCRIPTION
  838.                       "Indicates whether the SNMPv2 entity, when acting
  839.                       in an agent role, is permitted to generate
  840.                       authenticationFailure traps.  The value of this
  841.                       object overrides any configuration information; as
  842.                       such, it provides a means whereby all
  843.                       authenticationFailure traps may be disabled.
  844.  
  845.                       Note that it is strongly recommended that this
  846.                       object be stored in non-volatile memory so that it
  847.                       remains constant between re-initializations of the
  848.                       network management system."
  849.               REFERENCE
  850.                       "Derived from RFC1213-MIB.snmpEnableAuthenTraps."
  851.               ::= { snmpTrap 4 }
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.                               Expires June 22, 1993            [Page 15]
  884.  
  885.  
  886.  
  887.  
  888.  
  889.           Draft       Management Information Base for SNMPv2      Dec 92
  890.  
  891.  
  892.           -- well-known traps
  893.  
  894.           snmpTraps OBJECT IDENTIFIER          ::= { snmpMIBObjects 5 }
  895.  
  896.  
  897.           coldStart NOTIFICATION-TYPE
  898.               STATUS  current
  899.               DESCRIPTION
  900.                       "A coldStart trap signifies that the SNMPv2
  901.                       entity, acting in an agent role, is reinitializing
  902.                       itself such that its configuration may be
  903.                       altered."
  904.               ::= { snmpTraps 1 }
  905.  
  906.           warmStart NOTIFICATION-TYPE
  907.               STATUS  current
  908.               DESCRIPTION
  909.                       "A warmStart trap signifies that the SNMPv2
  910.                       entity, acting in an agent role, is reinitializing
  911.                       itself such that its configuration is unaltered."
  912.               ::= { snmpTraps 2 }
  913.  
  914.           linkDown NOTIFICATION-TYPE
  915.               OBJECTS { ifIndex }
  916.               STATUS  current
  917.               DESCRIPTION
  918.                       "A linkDown trap signifies that the SNMPv2 entity,
  919.                       acting in an agent role, recognizes a failure in
  920.                       one of the communication links represented in its
  921.                       configuration."
  922.               ::= { snmpTraps 3 }
  923.  
  924.           linkUp NOTIFICATION-TYPE
  925.               OBJECTS { ifIndex }
  926.               STATUS  current
  927.               DESCRIPTION
  928.                       "A linkUp trap signifies that the SNMPv2 entity,
  929.                       acting in an agent role, recognizes that one of
  930.                       the communication links represented in its
  931.                       configuration has come up."
  932.               ::= { snmpTraps 4 }
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.                               Expires June 22, 1993            [Page 16]
  943.  
  944.  
  945.  
  946.  
  947.  
  948.           Draft       Management Information Base for SNMPv2      Dec 92
  949.  
  950.  
  951.           authenticationFailure NOTIFICATION-TYPE
  952.               STATUS  current
  953.               DESCRIPTION
  954.                       "An authenticationFailure trap signifies that the
  955.                       SNMPv2 entity, acting in an agent role, has
  956.                       received a protocol message that is not properly
  957.                       authenticated.  While all implementations of the
  958.                       SNMPv2 must be capable of generating this trap,
  959.                       the snmpV2EnableAuthenTraps object indicates
  960.                       whether this trap will be generated."
  961.               ::= { snmpTraps 5 }
  962.  
  963.           egpNeighborLoss NOTIFICATION-TYPE
  964.               OBJECTS { egpNeighAddr }
  965.               STATUS  current
  966.               DESCRIPTION
  967.                       "An egpNeighborLoss trap signifies that an EGP
  968.                       neighbor has been marked down and the EGP peer
  969.                       relationship no longer obtains."
  970.               ::= { snmpTraps 6 }
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.                               Expires June 22, 1993            [Page 17]
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.           Draft       Management Information Base for SNMPv2      Dec 92
  1008.  
  1009.  
  1010.           -- the set group
  1011.           --
  1012.           -- a collection of objects which allow several cooperating SNMPv2
  1013.           -- SNMPv2 entities, all acting in a manager role, to
  1014.           -- coordinate their use of the SNMPv2 set operation.
  1015.  
  1016.           snmpSet OBJECT IDENTIFIER            ::= { snmpMIBObjects 6 }
  1017.  
  1018.  
  1019.           snmpSetSerialNo OBJECT-TYPE
  1020.               SYNTAX     TestAndIncr
  1021.               MAX-ACCESS read-write
  1022.               STATUS     current
  1023.               DESCRIPTION
  1024.                       "An advisory lock used to allow several
  1025.                       cooperating SNMPv2 entities, all acting in a
  1026.                       manager role, to coordinate their use of the
  1027.                       SNMPv2 set operation.
  1028.  
  1029.                       This object is used for coarse-grain coordination.
  1030.                       To achieve fine-grain coordination, one or more
  1031.                       similar objects might be defined within each MIB
  1032.                       group, as appropriate."
  1033.               ::= { snmpSet 1 }
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.                               Expires June 22, 1993            [Page 18]
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.           Draft       Management Information Base for SNMPv2      Dec 92
  1067.  
  1068.  
  1069.           -- conformance information
  1070.  
  1071.           snmpMIBConformance OBJECT IDENTIFIER ::= { snmpMIB 2 }
  1072.  
  1073.           snmpMIBCompliances OBJECT IDENTIFIER ::= { snmpMIBConformance 1 }
  1074.           snmpMIBGroups      OBJECT IDENTIFIER ::= { snmpMIBConformance 2 }
  1075.  
  1076.  
  1077.           -- compliance statements
  1078.  
  1079.           snmpMIBCompliance MODULE-COMPLIANCE
  1080.               STATUS  current
  1081.               DESCRIPTION
  1082.                       "The compliance statement for SNMPv2 entities
  1083.                       which implement the SNMPv2 MIB."
  1084.               MODULE  RFC1213-MIB
  1085.                   MANDATORY-GROUPS { system }
  1086.  
  1087.               MODULE  -- this module
  1088.                   MANDATORY-GROUPS { snmpStatsGroup, snmpORGroup,
  1089.                                      snmpTrapGroup, snmpSetGroup }
  1090.  
  1091.                   GROUP   snmpV1Group
  1092.                   DESCRIPTION
  1093.                       "The snmpV1 group is mandatory only for those
  1094.                        SNMPv2 entities which also implement SNMPv1."
  1095.               ::= { snmpMIBCompliances 1 }
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.                               Expires June 22, 1993            [Page 19]
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.           Draft       Management Information Base for SNMPv2      Dec 92
  1126.  
  1127.  
  1128.           -- units of conformance
  1129.  
  1130.           snmpStatsGroup OBJECT-GROUP
  1131.               OBJECTS { snmpStatsPackets, snmpStats30Something,
  1132.                         snmpStatsEncodingErrors,
  1133.                         snmpStatsUnknownDstParties,
  1134.                         snmpStatsDstPartyMismatches,                      +
  1135.                         snmpStatsUnknownSrcParties, snmpStatsBadAuths,
  1136.                         snmpStatsNotInLifetimes,
  1137.                         snmpStatsWrongDigestValues,
  1138.                         snmpStatsBadOperations, snmpStatsSilentDrops }
  1139.               STATUS  current
  1140.               DESCRIPTION
  1141.                       "A collection of objects providing basic
  1142.                       instrumentation of the SNMPv2 entity."
  1143.               ::= { snmpMIBGroups 1 }
  1144.  
  1145.           snmpV1Group OBJECT-GROUP
  1146.               OBJECTS { snmpV1BadCommunityNames, snmpV1BadCommunityUses }
  1147.               STATUS  current
  1148.               DESCRIPTION
  1149.                       "A collection of objects providing basic
  1150.                       instrumentation of a SNMPv2 entity which also
  1151.                       implements SNMPv1."
  1152.               ::= { snmpMIBGroups 2 }
  1153.  
  1154.           snmpORGroup OBJECT-GROUP
  1155.               OBJECTS { snmpORLastChange, snmpORID, snmpORDescr }
  1156.               STATUS  current
  1157.               DESCRIPTION
  1158.                       "A collection of objects allowing a SNMPv2 entity
  1159.                       acting in an agent role to describe its
  1160.                       dynamically-configurable object resources."
  1161.               ::= { snmpMIBGroups 3 }
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.                               Expires June 22, 1993            [Page 20]
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.           Draft       Management Information Base for SNMPv2      Dec 92
  1185.  
  1186.  
  1187.           snmpTrapGroup OBJECT-GROUP
  1188.               OBJECTS { snmpTrapNumbers, snmpV2EnableAuthenTraps }
  1189.               STATUS  current
  1190.               DESCRIPTION
  1191.                       "A collection of objects which allow the SNMPv2
  1192.                       entity, when acting in an agent role, to be
  1193.                       configured to generate SNMPv2-Trap-PDUs."
  1194.               ::= { snmpMIBGroups 4 }
  1195.  
  1196.           snmpSetGroup OBJECT-GROUP
  1197.               OBJECTS { snmpSetSerialNo }
  1198.               STATUS  current
  1199.               DESCRIPTION
  1200.                       "A collection of objects which allow several
  1201.                       cooperating SNMPv2 entities, all acting in a
  1202.                       manager role, to coordinate their use of the
  1203.                       SNMPv2 set operation."
  1204.               ::= { snmpMIBGroups 5 }
  1205.  
  1206.  
  1207.           END
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.                               Expires June 22, 1993            [Page 21]
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.           Draft       Management Information Base for SNMPv2      Dec 92
  1244.  
  1245.  
  1246.           3.  Acknowledgements
  1247.  
  1248.           The objects in the snmpStats and snmpV1 groups are based, in
  1249.           part, on RFC 1213.
  1250.  
  1251.           Finally, the comments of the SNMP version 2 working group are
  1252.           gratefully acknowledged:
  1253.  
  1254.                Beth Adams, Network Management Forum
  1255.                Steve Alexander, INTERACTIVE Systems Corporation
  1256.                David Arneson, Cabletron Systems
  1257.                Toshiya Asaba,
  1258.                Fred Baker, ACC
  1259.                Jim Barnes, Xylogics, Inc.
  1260.                Brian Bataille
  1261.                Andy Bierman, SynOptics Communications, Inc.
  1262.                Uri Blumenthal, IBM Corporation
  1263.                Fred Bohle, Interlink
  1264.                Jack Brown
  1265.                Theodore Brunner, Bellcore
  1266.                Stephen F. Bush, GE Information Services
  1267.                Deirdre C. Kostik, Bellcore
  1268.                Jeff Case, University of Tennessee, Knoxville
  1269.                John Chang, IBM Corporation
  1270.                Szusin Chen, Sun Microsystems
  1271.                Robert Ching
  1272.                Chris Chiotasso, Ungermann-Bass
  1273.                Bobby A. Clay, NASA/Boeing
  1274.                John Cooke, Chipcom
  1275.                Tracy Cox, Bellcore
  1276.                Juan Cruz, Datability, Inc.
  1277.                David Cullerot, Cabletron Systems
  1278.                Cathy Cunningham, Microcom
  1279.                James R. (Chuck) Davin, Bellcore
  1280.                Michael Davis, Clearpoint
  1281.                Mike Davison, FiberCom
  1282.                Cynthia DellaTorre, MITRE
  1283.                Taso N. Devetzis, Bellcore
  1284.                Manual Diaz, DAVID Systems, Inc.
  1285.                Jon Dreyer, Sun Microsystems
  1286.                Susan E. Hicks, Martin Marietta Energy Systems
  1287.                David Engel, Optical Data Systems
  1288.                Mike Erlinger, Lexcel
  1289.                Roger Fajman, NIH
  1290.                Daniel Fauvarque, Sun Microsystems
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.                               Expires June 22, 1993            [Page 22]
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.           Draft       Management Information Base for SNMPv2      Dec 92
  1303.  
  1304.  
  1305.                Karen Frisa, CMU
  1306.                Shari Galitzer, MITRE
  1307.                Shawn Gallagher, Digital Equipment Corporation
  1308.                Richard Graveman, Bellcore
  1309.                Maria Greene, Xyplex, Inc.
  1310.                Michel Guittet, Apple
  1311.                Robert Gutierrez, NASA
  1312.                Bill Hagerty, Cabletron Systems
  1313.                Gary W. Haney, Martin Marietta Energy Systems
  1314.                Patrick Hanil, Nokia Telecommunications
  1315.                Matt Hecht, SNMP Research, Inc.
  1316.                Edward A. Heiner, Jr., Synernetics Inc.
  1317.                Geral Holzhauer, Apple
  1318.                John Hopprich, DAVID Systems, Inc.
  1319.                Jeff Hughes, Hewlett-Packard
  1320.                Robin Iddon, Axon Networks, Inc.
  1321.                David Itusak
  1322.                Kevin M. Jackson, Concord Communications, Inc.
  1323.                Ole J. Jacobsen, Interop Company
  1324.                Ronald Jacoby, Silicon Graphics, Inc.
  1325.                Satish Joshi, SynOptics Communications, Inc.
  1326.                Frank Kastenholz, FTP Software
  1327.                Mark Kepke, Hewlett-Packard
  1328.                Ken Key, SNMP Research, Inc.
  1329.                Zbiginew Kielczewski, Eicon
  1330.                Jongyeoi Kim
  1331.                Andrew Knutsen, The Santa Cruz Operation
  1332.                Michael L Kornegay, VisiSoft
  1333.                Cheryl Krupczak, Georgia Tech
  1334.                Steven L. Waldbusser, Carnegie Mellon Universitty
  1335.                Mark S. Lewis, Telebit
  1336.                David Lin
  1337.                David Lindemulder, AT&T/NCR
  1338.                Ben Lisowski, Sprint
  1339.                David Liu, Bell-Northern Research
  1340.                John Lunny, The Wollongong Group
  1341.                Robert C. Lushbaugh Martin, Marietta Energy Systems
  1342.                Michael Luufer, BBN
  1343.                Carl Madison, Star-Tek, Inc.
  1344.                Keith McCloghrie, Hughes LAN Systems
  1345.                Evan McGinnis, 3Com Corporation
  1346.                Bill McKenzie, IBM Corporation
  1347.                Donna McMaster, SynOptics Communications, Inc.
  1348.                John Medicke, IBM Corporation
  1349.                Doug Miller, Telebit
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.                               Expires June 22, 1993            [Page 23]
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.           Draft       Management Information Base for SNMPv2      Dec 92
  1362.  
  1363.  
  1364.                Dave Minnich, FiberCom
  1365.                Mohammad Mirhakkak, MITRE
  1366.                Rohit Mital, Protools
  1367.                George Mouradian, AT&T Bell Labs
  1368.                Patrick Mullaney, Cabletron Systems
  1369.                Dan Myers, 3Com Corporation
  1370.                Rina Nathaniel, Rad Network Devices Ltd.
  1371.                Hien V. Nguyen, Sprint
  1372.                Mo Nikain
  1373.                Tom Nisbet
  1374.                William B. Norton, MERIT
  1375.                Steve Onishi, Wellfleet Communications, Inc.
  1376.                David T. Perkins, SynOptics Communications, Inc.
  1377.                Carl Powell, BBN
  1378.                Ilan Raab, SynOptics Communications, Inc.
  1379.                RIchard Ramons, AT&T
  1380.                Venkat D. Rangan, Metric Network Systems, Inc.
  1381.                Louise Reingold, Sprint
  1382.                Sam Roberts, Farallon Computing, Inc.
  1383.                Kary Robertson, Concord Communications, Inc.
  1384.                Dan Romascanu, Lannet Data Communications Ltd.
  1385.                Marshall T. Rose, Dover Beach Consulting, Inc.
  1386.                Shawn A. Routhier, Epilogue Technology Corporation
  1387.                Chris Rozman
  1388.                Asaf Rubissa, Fibronics
  1389.                Jon Saperia, Digital Equipment Corporation
  1390.                Michael Sapich
  1391.                Mike Scanlon, Interlan
  1392.                Sam Schaen, MITRE
  1393.                John Seligson, Ultra Network Technologies
  1394.                Paul A. Serice, Corporation for Open Systems
  1395.                Chris Shaw, Banyan Systems
  1396.                Timon Sloane
  1397.                Robert Snyder, Cisco Systems
  1398.                Joo Young Song
  1399.                Roy Spitier, Sprint
  1400.                Einar Stefferud, Network Management Associates
  1401.                John Stephens, Cayman Systems, Inc.
  1402.                Bob Stewart, Xyplex, Inc. (chair)
  1403.                Kaj Tesink, Bellcore
  1404.                Dean Throop, Data General
  1405.                Ahmet Tuncay, France Telecom-CNET
  1406.                Maurice Turcotte, Racal Datacom
  1407.                Warren Vik, INTERACTIVE Systems Corporation
  1408.                Yannis Viniotis
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.                               Expires June 22, 1993            [Page 24]
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.           Draft       Management Information Base for SNMPv2      Dec 92
  1421.  
  1422.  
  1423.                Steve Waldbusser, CMU
  1424.                Timothy M. Walden, ACC
  1425.                Alice Wang, Sun Microsystems
  1426.                James Watt, Newbridge
  1427.                Luanne Waul, Timeplex
  1428.                Donald E. Westlake III, Digital Equipment Corporation
  1429.                Gerry White
  1430.                Bert Wijnen, IBM Corporation
  1431.                Peter Wilson, 3Com Corporation
  1432.                Steven Wong, Digital Equipment Corporation
  1433.                Randy Worzella, IBM Corporation
  1434.                Daniel Woycke, MITRE
  1435.                Honda Wu
  1436.                Jeff Yarnell, Protools
  1437.                Chris Young, Cabletron
  1438.                Kiho Yum, 3Com Corporation
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.                               Expires June 22, 1993            [Page 25]
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.           Draft       Management Information Base for SNMPv2      Dec 92
  1480.  
  1481.  
  1482.           4.  References
  1483.  
  1484.           [1]  Information processing systems - Open Systems
  1485.                Interconnection - Specification of Abstract Syntax
  1486.                Notation One (ASN.1), International Organization for
  1487.                Standardization.  International Standard 8824, (December,
  1488.                1987).
  1489.  
  1490.           [2]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  1491.                Structure of Management Information for version 2 of the
  1492.                Simple Network Management Protocol (SNMPv2).  Internet-
  1493.                Draft, (December 22, 1992).                                |
  1494.  
  1495.           [3]  J.D. Case, K. McCloghrie, M.T. Rose, S.L. Waldbusser,
  1496.                Protocol Operations for version 2 of the Simple Network
  1497.                Management Protocol (SNMPv2).  Internet-Draft, (December   |
  1498.                22, 1992).                                                 |
  1499.  
  1500.           [4]  J.D. Case, C. Partridge, Case Diagrams: A First Step to
  1501.                Diagramed Management Information Bases.  Computer
  1502.                Communications Review, Volume 19, Number 1, (January,
  1503.                1989).
  1504.  
  1505.           [5]  K. McCloghrie, J.R. Davin, J.M. Galvin, Party MIB for
  1506.                version 2 of the Simple Network Management Protocol
  1507.                (SNMPv2).  Internet-Draft, (December 22, 1992).            |
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.                               Expires June 22, 1993            [Page 26]
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.           Draft       Management Information Base for SNMPv2      Dec 92
  1539.  
  1540.  
  1541.           Table of Contents
  1542.  
  1543.  
  1544.           1 Introduction ..........................................    2
  1545.           1.1 A Note on Terminology ...............................    2
  1546.           2 Definitions ...........................................    3
  1547.           3.1 The SNMPv2 Statistics Group .........................    4
  1548.           3.2 The SNMPv1 Statistics Group .........................    9
  1549.           3.3 The Object Resource Group ...........................   11
  1550.           3.4 The Traps Group .....................................   13
  1551.           3.4.1 Well-known Traps ..................................   16
  1552.           3.5 The Set Group .......................................   18
  1553.           3.6 Conformance Information .............................   19
  1554.           3.6.1 Compliance Statements .............................   19
  1555.           3.6.2 Units of Conformance ..............................   20
  1556.           3 Acknowledgements ......................................   22
  1557.           4 References ............................................   26
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.                               Expires June 22, 1993            [Page 27]
  1592.  
  1593.